_set

(alias) function _set(index: integer, value: T): T

Deprecated

Use 'set' instead

Sets the element at the specified index. Fails if the provided index is out of bounds.

Alias

Alias target

Since

0.6.0

Parameters

index

The index of the element to set.

value

The value to set.